home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Java / Java Web Start.app / Contents / MacOS / javaws.policy < prev   
Encoding:
Text File  |  2004-08-30  |  132 b   |  7 lines

  1. // @(#)javaws.policy    1.7 00/09/18
  2.  
  3. grant codeBase "file:${jnlpx.home}/javaws.jar" {
  4.     permission java.security.AllPermission;
  5. };
  6.  
  7.